home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Freeware 1999 August
/
SGI Freeware 1999 August.iso
/
dist
/
fw_id-utils.idb
/
usr
/
freeware
/
bin
/
listsrc.z
/
listsrc
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-10-28
|
306 b
|
18 lines
#!/bin/sh
#
# List all of the source files in the current directory and of its descendants
#
Dir=${1:-.}
find $Dir \
\( -name "*.[cfhlys]" -o -name "*.c++" \) \
! -name ".*" \
! -name "llib-*" \
! -name "*,v" \
! -name "*~" \
! -type l \
-print \
| grep -v tlink \
| grep -v bootarea